home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
pc
/
assets
/
rokusho.dxr
/
00086_Script_86
< prev
next >
Wrap
Text File
|
2001-12-07
|
279b
|
21 lines
global scorez, hit, missed, randomvalue, startingpoint
on mouseEnter me
cursor 280
end
on mouseLeave me
cursor 0
end
on mouseUp me
cursor 0
scorez = 0
startingpoint = 0
randomvalue = 80
missed = 0
hit = 0
go to frame "start_of_game"
end